home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_IIACSSHD.STR < prev    next >
Encoding:
Text File  |  1998-09-16  |  423 b   |  15 lines

  1. <%
  2. 'Localizable strings for iiacsshd.asp
  3.  
  4. Const L_TCPRESTRICT_TEXT="IP Address Access Restrictions"
  5. Const L_BYDEFAULT_TEXT="By default, all computers are:"
  6. Const L_GRANTED_TEXT="Granted access"
  7. Const L_DENIED_TEXT="Denied access"
  8. Const L_EXCEPTBELOW_TEXT="Except those listed below:"
  9.  
  10. Const L_ACCESS_TEXT="Access"
  11. Const L_IP_TEXT="IP Address"
  12. Const L_SubNET_TEXT="Subnet Mask"
  13. Const L_DOMAIN_TEXT="Domain"
  14.  
  15. %>